section,
a {
    box-sizing: initial;
}

.vote-app input {
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

.vote-app {
    width: 7rem;
    margin: 0 auto;
    overflow: hidden
}

.vote-app .content {
    border-radius: .2rem .2rem 0 0;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.vote-app .content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .38rem 0 1.3rem
}

.vote-app .content .wrapper .item {
    width: 3.4rem;
    background-color: #f6f7fa;
    padding-bottom: .24rem;
    margin: 0 .2rem .2rem 0;
    border-radius: .04rem;
    overflow: hidden
}

.vote-app .content .wrapper .item .cover-ct {
    width: 100%;
    height: 3.6rem;
    position: relative;
    overflow: hidden
}

.vote-app .content .wrapper .item .cover-ct img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vote-app .content .wrapper .item .infos {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .26rem;
    color: #000;
    height: .6rem;
    padding: .15rem .18rem
}

.vote-app .content .wrapper .item .infos .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vote-app .content .wrapper .item .infos .user .avatar {
    width: .34rem;
    height: .34rem;
    border-radius: 100%
}

.vote-app .content .wrapper .item .infos .user .name {
    width: 1.9rem;
    line-height: .36rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.vote-app .content .wrapper .item .infos .num {
    min-width: 1.08rem;
    max-width: 1.08rem;
    text-align: right;
    color: #f9cb65
}

.vote-app .content .wrapper .item .btn-vote {
    width: 3.05rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    background-color: #f9cb65;
    color: #fff;
    font-size: .24rem;
    font-weight: bold;
    border-radius: .08rem;
    margin: 0 auto
}

.vote-app .content .wrapper .item:nth-of-type(2n) {
    margin-right: 0
}

.vote-app .tips {
    display: none
}

.vote-app .tips .cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3
}

.vote-app .tips .wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: .3rem;
    width: 4.8rem;
    border-radius: .2rem;
    text-align: center;
    z-index: 3
}

.vote-app .tips .wrapper .title {
    font-size: .34rem;
    font-weight: bold;
    margin-top: .5rem
}

.vote-app .tips .wrapper .text {
    color: #999;
    font-size: .24rem;
    margin-top: .1rem
}

.vote-app .tips .wrapper .okay {
    width: 4.8rem;
    height: .9rem;
    line-height: .9rem;
    border-radius: .16rem;
    background-color: #f9cb65;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: .5rem
}

.vote-app .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f7f7f7;
    width: 6rem;
    height: .94rem;
    line-height: .94rem;
    border-radius: .47rem;
    margin: 0 auto
}

.vote-app .search input {
    display: block;
    width: 4rem;
    height: .6rem;
    line-height: .6rem;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: .4rem;
    background-color: #f7f7f7;
    font-size: .3rem
}

.vote-app .search .searchbtn {
    color: #fff;
    background-color: #373737;
    font-size: .3rem;
    font-weight: bold;
    width: 1.2rem;
    height: .74rem;
    line-height: .74rem;
    border-radius: .37rem;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: .18rem
}

.vote-app .search ::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: .3rem;
    font-weight: bold
}

.vote-app .search :-moz-placeholder {
    color: #b5b5b5;
    font-size: .3rem;
    font-weight: bold
}

.vote-app .search ::-moz-placeholder {
    color: #b5b5b5;
    font-size: .3rem;
    font-weight: bold
}

.vote-app .search :-ms-input-placeholder {
    color: #b5b5b5;
    font-size: .3rem;
    font-weight: bold
}

.vote-app .floatage {
    z-index: 2;
    position: fixed;
    left: 50%;
    bottom: .2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0
}

.type1 .head {
    background-color: #e13c4a
}

.type1 .content .nav .nav1 {
    background-color: #e13c4a
}

.type1 .content .nav .nav1::after {
    background-color: #d92a3b
}

.type1 .content .nav .nav2 {
    background-color: #fededf
}

.type1 .content .right .nav1 {
    background-color: #fededf;
    border-radius: .2rem 0 0 0;
    color: #000
}

.type1 .content .right .nav1::after {
    display: none
}

.type1 .content .right .nav2 {
    background-color: #e13c4a;
    border-radius: 0 .2rem 0 0;
    color: #fff
}

.type1 .content .right .nav2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .08rem;
    background-color: #d92a3b
}

.type1 .content .wrapper .item .infos .num {
    color: #d92a3b
}

.type1 .content .wrapper .item .btn-vote {
    background-color: #e13c4a
}

.type1 .tips .wrapper .okay {
    background-color: #e13c4a
}

.type2 .head {
    background-color: #fb90a4
}

.type2 .content .nav .nav1 {
    background-color: #fb90a4
}

.type2 .content .nav .nav1::after {
    background-color: #fa728b
}

.type2 .content .nav .nav2 {
    background-color: #fee5e9
}

.type2 .content .right .nav1 {
    background-color: #fee5e9;
    border-radius: .2rem 0 0 0;
    color: #000
}

.type2 .content .right .nav1::after {
    display: none
}

.type2 .content .right .nav2 {
    background-color: #fb90a4;
    border-radius: 0 .2rem 0 0;
    color: #fff
}

.type2 .content .right .nav2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .08rem;
    background-color: #fa728b
}

.type2 .content .wrapper .item .infos .num {
    color: #fb90a4
}

.type2 .content .wrapper .item .btn-vote {
    background-color: #fb90a4
}

.type2 .tips .wrapper .okay {
    background-color: #fb90a4
}

.type3 .head {
    background-color: #f9cb65
}

.type3 .content .nav .nav1 {
    background-color: #f9cb65
}

.type3 .content .nav .nav1::after {
    background-color: #fab933
}

.type3 .content .nav .nav2 {
    background-color: #fff2d4
}

.type3 .content .right .nav1 {
    background-color: #fff2d4;
    border-radius: .2rem 0 0 0;
    color: #000
}

.type3 .content .right .nav1::after {
    display: none
}

.type3 .content .right .nav2 {
    background-color: #f9cb65;
    border-radius: 0 .2rem 0 0;
    color: #fff
}

.type3 .content .right .nav2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .08rem;
    background-color: #fab933
}

.type3 .content .wrapper .item .infos .num {
    color: #f9cb65
}

.type3 .content .wrapper .item .btn-vote {
    background-color: #f9cb65
}

.type3 .tips .wrapper .okay {
    background-color: #f9cb65
}

.type4 .head {
    background-color: #4d97f1
}

.type4 .content .nav .nav1 {
    background-color: #4d97f1
}

.type4 .content .nav .nav1::after {
    background-color: #3786e8
}

.type4 .content .nav .nav2 {
    background-color: #e4f0fe
}

.type4 .content .right .nav1 {
    background-color: #e4f0fe;
    border-radius: .2rem 0 0 0;
    color: #000
}

.type4 .content .right .nav1::after {
    display: none
}

.type4 .content .right .nav2 {
    background-color: #4d97f1;
    border-radius: 0 .2rem 0 0;
    color: #fff
}

.type4 .content .right .nav2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .08rem;
    background-color: #3786e8
}

.type4 .content .wrapper .item .infos .num {
    color: #4d97f1
}

.type4 .content .wrapper .item .btn-vote {
    background-color: #4d97f1
}

.type4 .tips .wrapper .okay {
    background-color: #4d97f1
}

.type5 .head {
    background-color: #5ac782
}

.type5 .content .nav .nav1 {
    background-color: #5ac782
}

.type5 .content .nav .nav1::after {
    background-color: #45b970
}

.type5 .content .nav .nav2 {
    background-color: #ddf2e4
}

.type5 .content .right .nav1 {
    background-color: #ddf2e4;
    border-radius: .2rem 0 0 0;
    color: #000
}

.type5 .content .right .nav1::after {
    display: none
}

.type5 .content .right .nav2 {
    background-color: #5ac782;
    border-radius: 0 .2rem 0 0;
    color: #fff
}

.type5 .content .right .nav2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .08rem;
    background-color: #45b970
}

.type5 .content .wrapper .item .infos .num {
    color: #5ac782
}

.type5 .content .wrapper .item .btn-vote {
    background-color: #5ac782
}

.type5 .tips .wrapper .okay {
    background-color: #5ac782
}